home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / EDDIAL10.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-06-05  |  877 b   |  40 lines

  1. EDDIAL.PAS
  2. ==========
  3.  
  4. Version 1.00
  5.  
  6. EdDial is a simple VC for Borland Delphi 2.0 which dial a phone
  7. number, using the TAPI Dialer from Win'95
  8.  
  9. USAGE
  10. =====
  11.  
  12. To specify a name in the call list, attach a event to 'BeforeDial'
  13. like this:
  14.  
  15. procedure TForm1.EditAndDial1BeforeDial(Sender: TObject; var CalledParty: string);
  16. begin
  17.   CalledParty:='John';
  18. end;
  19.  
  20. LEGALITIES
  21. ==========
  22.  
  23. This component is totally free (along with source code).
  24.  
  25. If you find it useful then I would appreciate any of the following:
  26.  
  27.   -  Comments, Suggestions, Bug finds etc.
  28.   -  If you improve the component, please send me a copy of the changes.
  29.  
  30. Just send me some E-mail and I'll put you on my mailing list.
  31.  
  32. -----------------------------------------------------------------------------------
  33.  
  34. Best Regards
  35.  
  36. Olivier DEVUE
  37. BELGIUM
  38. 19/3/96
  39. E-mail:  olidev@msn.com
  40.